Skip to content

一个有趣实用的 macOS APP 的 debug 技巧

在启动一个 masOS 应用时在后面加上 -_NS_4445425547 YES ,启动应用后,应用菜单栏就有出现一个 🐞 的 Cocoa 调试菜单。

bash
/Applications/Twitter.app/Contents/MacOS/Twitter -_NS_4445425547 YES

如下图启动 Twitter

img

Released under the MIT License.